object SmCap: TSmCap Left = 250 Top = 183 BorderIcons = [] BorderStyle = bsDialog Caption = 'Minimum Payment Too Small' ClientHeight = 391 ClientWidth = 604 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 16 object Panel1: TPanel Left = 14 Top = 16 Width = 577 Height = 319 BevelInner = bvLowered BorderStyle = bsSingle Color = 6303744 TabOrder = 0 object Label1: TLabel Left = 92 Top = 25 Width = 405 Height = 32 Caption = ' Minimum Payment Too Small ' Font.Charset = ANSI_CHARSET Font.Color = clWhite Font.Height = -27 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 18 Top = 98 Width = 538 Height = 54 AutoSize = False Caption = 'Each credit card issuer establishes a minimum payment policy. T' + 'his policy is set forth in what is called the "cardholders agree' + 'ment". The typical statement used is as follows:' Font.Charset = ANSI_CHARSET Font.Color = clWhite Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True end object Label3: TLabel Left = 93 Top = 145 Width = 405 Height = 39 Alignment = taCenter AutoSize = False Caption = '"The minimum monthly payment will be figured as 2.5% of the outs' + 'tanding balance or $15 whichever is greater."' Font.Charset = ANSI_CHARSET Font.Color = clAqua Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold, fsItalic] ParentFont = False Transparent = True WordWrap = True end object Label4: TLabel Left = 18 Top = 191 Width = 540 Height = 54 AutoSize = False Caption = 'This minimum payment can vary anywhere from $10 to $35 depending' + ' on the lending institution that issued you your credit card. F' + 'or this reason, we do not allow the minimum payment to be less t' + 'han $10.' Font.Charset = ANSI_CHARSET Font.Color = clWhite Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True end object Label5: TLabel Left = 18 Top = 263 Width = 496 Height = 16 Caption = 'The payment you entered is too low and will automatically be adj' + 'usted to $10.' Font.Charset = ANSI_CHARSET Font.Color = clWhite Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True end object Panel13: TPanel Left = 12 Top = 9 Width = 61 Height = 82 BevelOuter = bvNone Caption = 'Panel13' ParentColor = True TabOrder = 0 object Panel14: TPanel Left = 10 Top = 9 Width = 46 Height = 72 BevelOuter = bvNone Caption = 'Panel14' Color = clBlack TabOrder = 0 end object Panel15: TPanel Left = 4 Top = 4 Width = 48 Height = 73 BevelInner = bvRaised TabOrder = 1 object Image2: TImage Left = 7 Top = 6 Width = 34 Height = 60 AutoSize = True Picture.Data = {} Transparent = True end end end end object Button1: TButton Left = 516 Top = 353 Width = 75 Height = 25 Caption = 'Ok' TabOrder = 1 OnClick = Button1Click end end